'Declaration
Overloads Function Find(Of E As IExtension(Of T))( _ ByVal key As Guid _ ) As E
'Usage
Dim instance As IExtensionCollection(Of T) Dim key As Guid Dim value As E value = instance.Find(Of E)(key)
E Find<E>( Guid key ) where E: IExtension<T>
Parameters
- key
- The GUID key of the item.
Type Parameters
- E
- The type of extension object.
Return Value
The extension object that was found.